home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
language
/
pcl_src.zoo
/
pclcom.lsp
< prev
next >
Wrap
Lisp/Scheme
|
1992-07-09
|
321b
|
10 lines
;;I think this isn't used; instead, "target:tools/pclcom.lisp" is used.
(setq ext:*gc-verbose* nil)
(setq c:*suppress-values-declaration* t)
(setf (search-list "pcl:") '("build:pcl/"))
(load "pcl:defsys")
(in-package "PCL")
(import 'kernel:funcallable-instance-p)
(with-compilation-unit ()
(pcl::compile-pcl))